Click or drag to resize

HeaderRemove Method (StandardHeader)

Removes the element with the specified header key from the Header.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Remove(
	StandardHeader headerKey
)

Parameters

headerKey
Type: Independentsoft.SipStandardHeader
A StandardHeader represents header key.
See Also